home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbdatabs / wx2incs.h < prev    next >
C/C++ Source or Header  |  1999-03-30  |  1KB  |  44 lines

  1. // ------------------------------- //
  2. // -------- Start of File -------- //
  3. // ------------------------------- //
  4. // ----------------------------------------------------------- //
  5. // C++ Header File Name: wxincs.h
  6. // Compiler Used: MSVC40, HP CPP 10.24
  7. // Produced By: Doug Gaer    
  8. // File Creation Date: 03/30/1999
  9. // Date Last Modified: 03/30/1999
  10. // ----------------------------------------------------------- // 
  11. // ---------- Include File Description and Details  ---------- // 
  12. // ----------------------------------------------------------- // 
  13. /*
  14. Additional include files need to compile with the wxWindows
  15. GUI library version 2.0.1
  16. */
  17. // ----------------------------------------------------------- //   
  18. #ifndef __WX2INCS_HPP__
  19. #define __WX2INCS_HPP__
  20.  
  21. #ifdef __GNUG__
  22.   #pragma implementation
  23.   #pragma interface 
  24. #endif
  25.  
  26. // For compilers that support precompilation, includes "wx/wx.h".
  27. #include "wx/wxprec.h"
  28.  
  29. #ifdef __BORLANDC__
  30.     #pragma hdrstop
  31. #endif
  32.  
  33. // for all others, include the necessary headers (this file is usually all you
  34. // need because it includes almost all "standard" wxWindows headers
  35. #ifndef WX_PRECOMP
  36.     #include "wx/wx.h"
  37. #endif
  38.  
  39. #endif  // __WX2INCS_HPP__ 
  40. // ----------------------------------------------------------- //
  41. // ------------------------------- //
  42. // --------- End of File --------- //
  43. // ------------------------------- //
  44.